Welcome![Sign In][Sign Up]
Location:
Search - linux com

Search list

[Linux-UnixLinux-COM-Driver-2007-11-23

Description: Linux下面的串口驱动程序,内核是2.6.0以前。
Platform: | Size: 15208 | Author: | Hits:

[Serverlinux入门教程

Description: 其中摘录部分: 进程管理及作业控制 进程管理及作业控制(一)   Linux是一个多任务的操作系统,系统上同时运行着多个进程,正在执行的一个或多个相关进程称为一个作业。使用作业控制,用户可以同时运行多个作业,并在需要时在作业之间进行切换。本章详细介绍进程管理及作业控制的命令,包括启动进程、查看进程、调度作业的命令。 进程及作业的概念 Linux是一个多用户多任务的操作系统。多用户是指多个用户可以在同一时间使用计算机系统;多任务是指Linux可以同时执行几个任务,它可以在还未执行完一个任务时又执行另一项任务。 操作系统管理多个用户的请求和多个任务。大多数系统都只有一个CPU和一个主存,但一个系统可能有多个二级存储磁盘和多个输入/输出设备。操作系统管理这些资源并在多个用户间共享资源,当您提出一个请求时,给您造成一种假象,好象系统只被您独自占用。而实际上操作系统监控着一个等待执行的任务队列,这些任务包括用户作业、操作系统任务、邮件和打印作业等。操作系统根据每个任务的优先级为每个任务分配合适的时间片,每个时间片大约都有零点几秒,虽然看起来很短,但实际上已经足够计算机完成成千上万的指令集。每个任务都会被系统运行一段时间,然后挂起,系统转而处理其他任务;过一段时间以后再回来处理这个任务,直到某个任务完成,从任务队列中去除。 Linux系统上所有运行的东西都可以称之为一个进程。每个用户任务、每个系统管理守护进程,都可以称之为进程。Linux用分时管理方法使所有的任务共同分享系统资源。我们讨论进程的时候,不会去关心这些进程究竟是如何分配的,或者是内核如何管理分配时间片的,我们所关心的是如何去控制这些进程,让它们能够很好地为用户服务。 进程的一个比较正式的定义是:在自身的虚拟地址空间运行的一个单独的程序。进程与程序是有区别的,进程不是程序,虽然它由程序产生。程序只是一个静态的指令集合,不占系统的运行资源;而进程是一个随时都可能发生变化的、动态的、使用系统运行资源的程序。而且一个程序可以启动多个进程。 Linux操作系统包括三种不同类型的进程,每种进程都有自己的特点和属性。 * 交互进程——由一个shell启动的进程。交互进程既可以在前台运行,也可以在后台运行。 * 批处理进程——这种进程和终端没有联系,是一个进程序列。 * 监控进程(也称守护进程)——Linux系统启动时启动的进程,并在后台运行。 上述三种进程各有各的作用,使用场合也有所不同。 本文来自:我爱研发网(52RD.com) 详细出处:http://www.52rd.com/bbs/Detail_RD.BBS_154553_122_1_1.html
Platform: | Size: 1034822 | Author: zhongcj | Hits:

[Documentswww.linuxhero.com

Description: 著名的linux英雄站点的文档打包,对在unix,linux下工作的朋友是一个不错的参考文档。不是我吹牛,看看就知道了:)-famous hero site documentation package, in unix, working under linux is a good friend of the reference document. I am not bragging, but look at know :)
Platform: | Size: 11898880 | Author: 杨柳 | Hits:

[Com Portcom_client

Description: linux下的串口编程软件!很好用 详细的介绍了MODBUS的协议内容 包括传输格式,功能码介绍等 (2005-3-29,C++Builder,93KB,下载14次)【向站长举报此文件和某个同类文件可能重复】 mbtcp.zip - modbustcp客户端测试程序,用来模拟上位机软件,对产用modbustcp协议的设备进行测试 -under linux serial programming software! Very good with detail the contents of the agreement, including MODBUS transmission format, features such as code introduced (2005-3-29, C++ Builder, 93KB, downloaded 14 times) [report this file to the station master and a similar documents may repeat] mbtcp.zip- modbustcp client testing procedures used to simulate the PC software, modbustcp agreement on the production of equipment used to test
Platform: | Size: 2048 | Author: 莉莉 | Hits:

[Internet-Networklinux(GPRS)ppp

Description: 这是我在一个项目中实现的gprs拨号脚本建立连接,在PC机的Redhat linux 9和arm7+uClinux下都实现了,大家感兴趣的话可以给我发邮件 wenzg008@163.com -This is a project I realize the script GPRS dial-up to connect the PC Redhat linux 9 and ARM7 under uClinux achieved, we can then interested in me by mail wenzg008@163.com
Platform: | Size: 1024 | Author: 温志刚 | Hits:

[Linux-Unixcom-terminal

Description: linux下编写的一个串口调试程序,可以实现串口数据的发送于接收-linux prepared a serial debugging procedures, can achieve serial data transmission at the reception
Platform: | Size: 1024 | Author: 谭鸿 | Hits:

[Linux-Unixcom-3.00.0.src.tar

Description: linux下串口开发调试工具,很好用。便于开发自己的串口通讯程序。-linux development debugging tools, easy to use. Facilitate the development of their serial communication procedure.
Platform: | Size: 548864 | Author: oldcat | Hits:

[OtherLinux-C-lib

Description: Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。   声明:本人不拥有文章所有权。本人会对本文件文章内排版出现的错误或遗漏内容以及日后提出的相关请求作出最大限度修改,有问题可e-mail:pennyhot@21cn.com,别炸我的邮箱:-) PennyHot  2003.06.06 -Linux C function () reference manual to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends. Statement : I do not have the article title. I would like this document article appeared typesetting errors or omissions in the contents and the future of the requests made to maximize the repair change, there can be e-mail : pennyhot@21cn.com,
Platform: | Size: 76800 | Author: 莫宁 | Hits:

[Linux-Unixsct-1.08.tar

Description: unix/linux下串口调试工具,即本人作品。-unix/linux Serial debugging tools, that I work.
Platform: | Size: 20480 | Author: zhaofei | Hits:

[OtherRS232_Driver_for_linux

Description: linux 下usb to com 的驱动-under linux usb drivers to com
Platform: | Size: 29696 | Author: wph | Hits:

[Linux-Unixcom

Description: linux 下的串口测试程序, 实现功能:发送键盘输入的字符, 接受串口字符并在终端显示-linux serial port testing under procedures realize functions: Send keyboard input characters to accept serial characters displayed in the terminal
Platform: | Size: 4096 | Author: goldsea | Hits:

[Linux-Unixcom

Description: Linux下串口终端程序,ANSI C编写,一个简单的串口终端程序,可以在linux下连接嵌入式设备的串口终端,类似minicom和超级终端。-Under Linux serial terminal program, ANSI C to prepare, a simple serial terminal program, you can connect embedded devices under linux serial port terminal, similar MINICOM and HyperTerminal.
Platform: | Size: 3072 | Author: 俞英慧 | Hits:

[Linux-UnixLinux-COM-Driver-2007-11-23

Description: Linux下面的串口驱动程序,内核是2.6.0以前。-Linux the following serial driver, the kernel is the 2.6.0 before.
Platform: | Size: 15360 | Author: | Hits:

[OtherDrCOMClient-Linux-0.2.20-200.i386

Description: linux上登录Dr.com的软件,可以供学校内使用Dr.com在linux上网的人使用,可以支持最新的dr.com协议(dr.com新旧协议都可以支持)。-linux log Dr.com software, you can use for school Dr.com in the linux people use the Internet to support the latest dr.com agreement (dr.com the old and the new agreement can be supported).
Platform: | Size: 217088 | Author: | Hits:

[Linux-Unixlinux-bluetooth-touchscreen

Description: 上学的时候写的蓝牙触控板程序,可以控制linux主机的鼠标的位移(键盘同样道理,不过源码忘放哪里了),不过没有实现鼠标按键点击动作。触控板使用的平台是2410的。自己写的程序,主机端借用了bluz协议栈中的程序。请尊重我的个人劳动,使用时请注明作者。欢迎交流kaiserempire@gmail.com-Time to go to school to write Bluetooth touchpad procedure linux host can control the mouse displacement (keyboard the same reason, but forgot to put where the source), but did not achieve the mouse button clicks. Touchpad used in the 2410 platform is. Write their own procedures, the host client borrows bluz stack procedure. Please respect my work, please specify the author used. Welcome the exchange of kaiserempire@gmail.com
Platform: | Size: 24576 | Author: 孙凯 | Hits:

[Linux-Unixcom

Description: linux多串口应用实例,linux下测试已经通过!-multi-serial port linux application, linux test has been passed!
Platform: | Size: 11264 | Author: jie | Hits:

[Linux-Unixserial

Description: linux 串口的配置,波特率,数据位,校验位,停止位,等等,以及串口的接收程序-linux serial port configuration, the baud rate, data bits, parity bit, stop bits, etc., as well as the serial port reception procedures
Platform: | Size: 2048 | Author: huliangchun | Hits:

[Linux-Unixcom

Description: 一个串口的代码提供给大家参考。一个串口的代码提供给大家参考。-A serial code provided for your reference. A serial code provided for your reference.
Platform: | Size: 5120 | Author: 王国荣 | Hits:

[Linux-Unixcom

Description: linux下的串口调试软件。 可惜,不是图形界面的。-serial debugging under linux software. Unfortunately, not a graphical interface.
Platform: | Size: 3072 | Author: 朱赫 | Hits:

[Linux-Unixlinux-COM-port-source

Description: linux环境下的读串口测试程序的简单代码-serial ports code on linux os
Platform: | Size: 2048 | Author: 罗亮亮 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net